home *** CD-ROM | disk | FTP | other *** search
- object frmAskPwd: TfrmAskPwd
- Left = 492
- Top = 438
- BorderStyle = bsToolWindow
- Caption = 'Password'
- ClientHeight = 96
- ClientWidth = 296
- Color = 3815994
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Edit1: TEdit
- Left = 24
- Top = 24
- Width = 249
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 24
- Top = 48
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- end
- object BitBtn2: TBitBtn
- Left = 104
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- object ApplicationEvents1: TApplicationEvents
- OnDeactivate = ApplicationEvents1Deactivate
- Left = 216
- Top = 56
- end
- end
-